home *** CD-ROM | disk | FTP | other *** search
/ Aminet 52 / Aminet 52 (2002)(GTI - Schatztruhe)[!][Dec 2002].iso / Aminet / comm / irc / epic4-mos.lha / share / epic / help / 5_programming / on / wallop < prev    next >
Encoding:
Text File  |  2001-03-22  |  390 b   |  16 lines

  1. Synopsis:
  2.    on [<modes>]wallop [<serial#>] [-|^]<match> { <action> }
  3.  
  4. Description:
  5.    This hook is triggered whenever the client receives a WALLOPS message
  6.    (a message sent to all irc operators).
  7.  
  8. Parameters:
  9.    $0    nickname of the message sender
  10.    $1    a '+' if the sender is an operator, '-' if not, 'S' if a server
  11.    $2-   text of message
  12.  
  13. See Also:
  14.    wallops(3)
  15.  
  16.